home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960425-19960715 / 000074_news@columbia.edu _Mon May 13 17:48:27 1996.msg < prev    next >
Internet Message Format  |  1996-07-26  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id RAA05883 for <kermit.misc@watsun>; Mon, 13 May 1996 17:48:27 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id RAA13233 for kermit.misc@watsun; Mon, 13 May 1996 17:48:25 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.sol.net!uwm.edu!hookup!usenet.eel.ufl.edu!bofh.dot!news.mathworks.com!news.kei.com!bloom-beacon.mit.edu!eru.mt.luth.se!news.kth.se!newsfeed.sunet.se!news01.sunet.se!sunic!news99.sunet.se!news.funet.fi!nntp.inet.fi!gate.compart.fi!usenet
  5. From: joonas.kervinen@pcb.compart.fi (joonas kervinen)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: GET in Ms-kermit
  8. Date: Mon, 13 May 1996 22:01:35 GMT
  9. Organization: Compart Internet, Helsinki, Finland
  10. Lines: 22
  11. Message-ID: <4n78j5$a42@gate.compart.fi>
  12. NNTP-Posting-Host: spider.compart.fi
  13. X-Newsreader: Forte Free Agent 1.0.82
  14.  
  15. I'm using my own comm prog (Windows C) to dial a kermit server (a bank
  16. unix system) to send invoices etc..  The bank has issued a set of
  17. kermit command which enables communication with it. It's a plain
  18. kermit script. The problem I'm having is how do send a GET. The bank
  19. script goes as follows:
  20. OUT ATDT555555\13
  21. SEND MYNAME
  22. GET OKFILE
  23. ..and some command, just as it is typed at MS-KERMIT's prompt. The
  24. MYNAME is a plain ASCII file on my hard drive which contains passwords
  25. etc. The banks looks at it and then sends me OKFILE which is an ASCII
  26. file also and contains text whether my password is ok etc. The problem
  27. I'm having is with the GET. When ms-kermit issues GET to the host
  28. server it send some characters. I'm at lost how to make similar
  29. operation. Putting me program into receive mode after successfully
  30. having sent MYNAME results in nothing. Please help me out with this.
  31. What bytes do I send?
  32. I'm using Greenleaf Commlib btw and BCC 4.53.
  33.  
  34. Please answer via e-mail:
  35. joonas.kervinen@pcb.compart.fi
  36.